ComponentOne ASP.NET MVC Controls
Row Constructor(Object[])

C1.Web.Mvc.Sheet Namespace > Row Class > Row Constructor : Row Constructor(Object[])
The cells data.
Create a new Row with cells data.
Syntax
'Declaration
 
Public Function New( _
   ByVal ParamArray values() As Object _
)
public Row( 
   params object[] values
)

Parameters

values
The cells data.
See Also

Reference

Row Class
Row Members
Overload List